go/parser.parser.leadComment (field)
9 uses
go/parser (current package)
parser.go#L50: leadComment *ast.CommentGroup // last lead comment
parser.go#L239: p.leadComment = nil
parser.go#L268: p.leadComment = comment
parser.go#L653: doc := p.leadComment
parser.go#L1133: doc := p.leadComment
parser.go#L2758: doc := p.leadComment
parser.go#L2766: list = append(list, f(p.leadComment, keyword, iota))
parser.go#L2789: doc := p.leadComment
parser.go#L2888: doc := p.leadComment
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)